home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / oddech / srp / Stress Relief Paintball.exe / scripts / DefineSprite_297 / frame_5 / DoAction.as
Text File  |  2002-07-26  |  80b  |  9 lines

  1. if(0 >= _root.shots)
  2. {
  3.    gotoAndPlay(2);
  4. }
  5. else
  6. {
  7.    gotoAndStop(1);
  8. }
  9.